home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Gamma Fade 1.1.2 / Test App / main.c < prev    next >
C/C++ Source or Header  |  1992-12-16  |  159b  |  16 lines

  1. #include "about.h"
  2.  
  3.  
  4. main() {
  5.  
  6.     InitGraf(&thePort);
  7.     InitFonts();
  8.     InitWindows();
  9.     InitMenus();
  10.     TEInit();
  11.     InitDialogs(0);
  12.  
  13.     doAboutBox();
  14.  
  15.     ExitToShell();
  16.     }